Spread for ASP.NET 10 Product Documentation
MoveNext Method


Advances the enumerator to the next element of the collection.
Syntax
'Declaration
 
Public Function MoveNext() As Boolean
'Usage
 
Dim instance As ListBase.Enumerator(Of T)
Dim value As Boolean
 
value = instance.MoveNext()
public bool MoveNext()

Return Value

true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

ListBase.Enumerator<T> Structure
ListBase.Enumerator<T> Members

 

 


Copyright © GrapeCity, inc. All rights reserved.